home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
cafead1a
/
timed.frm
< prev
next >
Wrap
Text File
|
1999-10-06
|
3KB
|
108 lines
VERSION 4.00
Begin VB.Form Timed
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = " "
ClientHeight = 6945
ClientLeft = -45
ClientTop = 285
ClientWidth = 9660
ClipControls = 0 'False
ControlBox = 0 'False
Height = 7380
Icon = "Timed.frx":0000
Left = -105
LinkTopic = "Timed"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6945
ScaleWidth = 9660
ShowInTaskbar = 0 'False
Top = -90
Width = 9780
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
Caption = "OK"
Height = 555
Left = 4140
TabIndex = 1
Top = 4260
Width = 1500
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "Please close any open windows."
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 24
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0FFFF&
Height = 795
Left = 930
TabIndex = 3
Top = 3120
Width = 8175
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Thank You For Visiting Internet Cafe"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 24
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF80FF&
Height = 720
Left = 150
TabIndex = 2
Top = 5445
Width = 9600
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "The time on this password has expired. "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Nuptial BT"
Size = 72
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 3270
Left = 90
TabIndex = 0
Top = -225
Width = 9900
End
End
Attribute VB_Name = "Timed"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click() 'Ok button
Me.Hide
Cafe.txtPass.SetFocus
End Sub
Private Sub Form_Load()
TopZ Me 'make this form on top
End Sub